use fstab & add hostname to real root
This commit is contained in:
parent
bcb0c85d91
commit
6996c42f0d
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ mount ${LOOPBACK} ${ROOT}
|
||||||
packages=(musl mksh bmake gmake libressl cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less file pci-ids e2fsprogs linux-pam kbd)
|
packages=(musl mksh bmake gmake libressl cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less file pci-ids e2fsprogs linux-pam kbd)
|
||||||
cp_packages ${ROOT}
|
cp_packages ${ROOT}
|
||||||
|
|
||||||
|
echo "Copying misc files to ${ROOT}"
|
||||||
|
mkdir ${ROOT}/etc/
|
||||||
|
cp ./pkgs/tiny-linux-bootloader/fstab ${ROOT}/etc/fstab
|
||||||
|
cp /etc/hostname ${ROOT}/hostname
|
||||||
|
|
||||||
echo "Using the host keymap"
|
echo "Using the host keymap"
|
||||||
cp /etc/vconsole.conf ${ROOT}/etc/vconsole.conf
|
cp /etc/vconsole.conf ${ROOT}/etc/vconsole.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue