The officially official Devuan Forum!

You are not logged in.

#1 2022-12-24 16:29:52

bai4Iej2need
Member
From: Ortenau
Registered: 2021-04-25
Posts: 96  

FAI (Fully Automatic Installation) from debian to devuan

Hi
grepping the conf for active lines

 /etc/fai/apt/sources.list 

shows

3:deb http://deb.debian.org/debian bullseye main contrib non-free
4:deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
11:deb http://fai-project.org/download bullseye koeln

Should not point line 3 and 4 to deb.devuan.org to get a clean devuan install on the client?

cd /etc/fai/        
root@myhost /etc/fai (git)-[master] # grep -isr debian *
apt/sources.list:deb http://deb.debian.org/debian bullseye main contrib non-free
apt/sources.list:deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
apt/sources.list:#deb http://deb.debian.org/debian bullseye-backports main contrib non-free
apt/sources.list:#deb http://deb.debian.org/debian-security bullseye-security main contrib non-free
grub.cfg:menuentry "        |        (c) Thomas Lange  lange@debian.org            |" {
grub.cfg:      if [ -f (hd0,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg:           configfile (hd0,gpt1)/efi/debian/grub.cfg
grub.cfg:      elif [ -f (hd1,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg:           configfile (hd1,gpt1)/efi/debian/grub.cfg
grub.cfg.autodiscover:menuentry "        |        (c) Thomas Lange  lange@debian.org            |" --unrestricted {
grub.cfg.autodiscover:      if [ -f (hd0,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg.autodiscover:           configfile (hd0,gpt1)/efi/debian/grub.cfg
grub.cfg.autodiscover:      elif [ -f (hd1,gpt1)/efi/debian/grub.cfg ]; then
grub.cfg.autodiscover:           configfile (hd1,gpt1)/efi/debian/grub.cfg
NFSROOT:PACKAGES install-norec DEBIAN_9
NFSROOT:PACKAGES install-norec DEBIAN_10
NFSROOT:PACKAGES install-norec DEBIAN_11 DEBIAN_

I feel there is some need for adaption. Please comment.

Last edited by bai4Iej2need (2022-12-24 16:39:01)


The devil, you know, is better than the angel, you don't know. by a British Citizen, I don't know too good.
One generation abandons the enterprises of another like stranded vessels. By Henry David Thoreau, WALDEN, Economy. Line 236 (Gutenberg text Version)
broken by design :
https://bugs.debian.org/cgi-bin/bugrepo … bug=958390

Offline

#2 2022-12-24 17:29:01

MrReplikant
Member
Registered: 2022-12-03
Posts: 53  

Re: FAI (Fully Automatic Installation) from debian to devuan

Are you able to change these lines at all?

Which suite of Devuan do you wish to install? I presume Bullseye's Devuan counterpart,Chimaera?

if so, this is the line you need:
deb https://pkgmaster.devuan.org/merged chimaera main contrib non-free
deb https://pkgmaster.devuan.org/merged chimaera-security main contrib non-free


That's all, folks.

Offline

#3 2022-12-24 18:36:26

bai4Iej2need
Member
From: Ortenau
Registered: 2021-04-25
Posts: 96  

Re: FAI (Fully Automatic Installation) from debian to devuan

i think, the trick is to modify
/usr/share/doc/fai-doc/examples/simple/basefiles/mk-basefile
and to include devuan amongst the other distros.
probably needs a contact to upstream

merry Christmas


The devil, you know, is better than the angel, you don't know. by a British Citizen, I don't know too good.
One generation abandons the enterprises of another like stranded vessels. By Henry David Thoreau, WALDEN, Economy. Line 236 (Gutenberg text Version)
broken by design :
https://bugs.debian.org/cgi-bin/bugrepo … bug=958390

Offline

Board footer