Commit Graph

61 Commits

Author SHA1 Message Date
gardouille ff958d5b56
Ensure to install LVM thin provisionning tool 2020-12-14 18:04:02 +01:00
gardouille 8306a9c454
Manage crypttab only if LUKS is present 2020-12-14 12:41:08 +01:00
gardouille a1bee64ed5
Update ramfs with chroot... 2020-12-14 12:36:17 +01:00
gardouille 265c4f8110
Move LVM management to manage_part if/else test 2020-12-14 12:34:30 +01:00
gardouille db305d20a2
Manage partition according to grub 2020-12-10 22:26:44 +01:00
gardouille e8900c1aec
Add possibility to skip grub installation 2020-12-10 19:55:58 +01:00
gardouille e92a49aca3
Ensure to use plain64 for Luks cipher 2020-10-22 17:06:29 +02:00
gardouille 2216fdba5d
Ensure to write the correct crypttab file…
And disable Luks by default.
2020-10-21 09:51:12 +02:00
gardouille 637d61b44f
Remove "target" occurences in future fstab file 2020-10-21 09:37:22 +02:00
gardouille e8951c437b
Add luks device to crypttab and rebuild initramfs 2020-10-21 09:28:31 +02:00
gardouille 3f7ba24040
Remove line break in luks keyfile 2020-10-21 09:20:55 +02:00
gardouille 2596c370a3
Use UUID instead of device path for boot partition 2020-10-19 18:12:45 +02:00
gardouille a58cff12bd
Fix fstab for btrfs filesystem 2020-10-19 18:12:22 +02:00
gardouille 695012520f
Exit if some basics commands fails 2020-10-19 17:34:28 +02:00
gardouille 035d1eb2a6
Add LUKS management 2020-10-19 17:34:04 +02:00
gardouille 89dbeeb59d
Exit on failed parted commands 2020-10-19 16:24:30 +02:00
gardouille 656c9c3ba0
Fix udev+lvm issue on Debian Buster 2019-09-02 16:10:16 +02:00
gardouille 5d10e94a83
Now install Buster 2019-09-01 10:58:37 +02:00
gardouille 80e909a9c7
Exit on some commands failure 2019-08-06 13:30:18 +02:00
gardouille c21f384320
btrfs-progs now full replace btrfs-tools 2019-08-06 13:27:53 +02:00
gardouille 69a11ff240
Add possibility to choose the version of Debian 2019-08-05 17:45:43 +02:00
gardouille 33d25dba12
Add possibility to disable extra lv (backup, vz,…) 2019-08-05 15:12:14 +02:00
gardouille 3468bce210
Try to lookup for hostname if the var is empty 2019-06-30 14:55:57 +02:00
gardouille 189a1ff13a
Add btrfs support 2019-06-30 14:27:52 +02:00
gardouille ef1d5e6c5d
Add carriage return at each line of fstab… 2019-06-30 14:04:59 +02:00
gardouille 19e5f007db
Install btrfs packages 2019-06-30 12:43:33 +02:00
gardouille d797c80bd8
Chroot: Simplify the creation of fstab file 2019-04-06 10:27:19 +02:00
gardouille f7e3d68b7e
Chroot: No longer need to create inodes
And small fixes (-y for apt or correct start for the second part).
2019-04-06 00:19:00 +02:00
gardouille f5d03149b3
Avoid to mount tmpfs before debootstrap 2019-04-05 23:52:17 +02:00
gardouille f90a1dee19
Chroot: Install some dep for debootstrap/chroot 2019-04-05 22:56:29 +02:00
gardouille a5cd62bf0a
Chroot: Just create /root/.ssh dir to copy keys 2019-04-05 17:43:42 +02:00
gardouille 85275feeea
Chroot: Set the default system mount 2019-04-05 17:40:33 +02:00
gardouille fc69b8633f
Chroot: Ensure to remount device before run chroot 2019-04-05 17:25:38 +02:00
gardouille 81700aed1b
Chroot: Fix sed command to keep at least a slash… 2019-04-05 17:24:56 +02:00
gardouille b873299c0e
Chroot: Fix the path of latecommand script 2019-04-05 17:24:22 +02:00
gardouille 2f4d4c25d1
Chroot: Call a latecommand script to finish install
Set a correct rsyslog, logrotate,… configuration. I call the same script
at the end of all PXE install or for LXC templates.
2019-04-05 13:37:22 +02:00
gardouille 521b7ea84a
Chroot: Now use a network unit for systemd-networkd 2019-04-05 13:36:52 +02:00
gardouille 05a3de15ca
Chroot: ensure to have a mountpoint for the root… 2019-04-04 00:23:01 +02:00
gardouille 8bac33afa1
Chroot: Define hostname and hosts 2019-04-03 23:57:28 +02:00
gardouille 17a32b701d
Chroot: small fix for printf and create /root/.ssh 2019-04-03 23:44:53 +02:00
gardouille 166253b508
Chroot: Fix mount of some tmpfs for chroot
And remove some useless tmpfs from fstab.
2019-04-03 23:17:58 +02:00
gardouille 6583d32ddf
Chroot: Install kernel and grub 2019-04-03 23:13:44 +02:00
gardouille b8fff539b9
Chroot: Manage timezone 2019-04-03 23:13:29 +02:00
gardouille b057d1e3de
Chroot: generate locale(s) 2019-04-03 18:52:30 +02:00
gardouille 75c1b6725b
Chroot: Add FDN dns 2019-04-03 18:45:17 +02:00
gardouille 316a2ea748
Chroot: Generate interfaces network config 2019-04-03 18:38:37 +02:00
gardouille de35719b12
Chroot: include openssh-server and add keys 2019-04-03 17:03:48 +02:00
gardouille 28428ffb18
Chroot: Create the fstab file on the target system 2019-04-03 16:34:41 +02:00
gardouille c4ce689763
Ask the user to enter a new password for root user 2019-04-03 16:09:07 +02:00
gardouille c40b0151cc
Include aptitude package in debootstrap install 2019-04-03 15:43:22 +02:00