Bonjours à tous
voilà quelques jours que j’essaye d’incorporé mon fstab dans un iso pré-construit avec live-build
j’ai tenté par un hook en suivant se tuto
http://fablab-robert-houdin.org/wiki/doku.php?id=tuto_a20-olinuxino-micro_generation_d_un_rootfs_ubuntu_14.04_minimal_a_l_aide_de_live-build
j’ai également tenté de l’intégrer dans /includes.chroot/etc/fstab mais sans succès.
Voici mon fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/debian--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID= /boot ext2 defaults,nodev,ro 0 2
/dev/mapper/debian--vg-home /home ext4 defaults,noatime,nosuid,noexec,nodev 0 2
/dev/mapper/debian--vg-tmp /tmp ext4 defaults,noatime,nosuid,noexec,nodev 0 2
/dev/mapper/debian--vg-var /var ext4 defaults,noatime,nosuid,noexec,nodev 0 2
/dev/mapper/debian--vg-swap_1 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Le mieux serait sans doute de modifier directement l’installateur debian afin de préconfiguré la parties partionnenement
mais je ne sais pas trop comment, avez vous des avis ?
amicalement Hector.