modified passwd

This commit is contained in:
tmaze
2018-12-15 15:32:54 +01:00
parent 2daaeae3ac
commit 29d619ba96

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ # # By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2018/12/15 12:46:55 by tmaze #+# #+# # # Created: 2018/12/15 12:46:55 by tmaze #+# #+# #
# Updated: 2018/12/15 13:24:43 by tmaze ### ########.fr # # Updated: 2018/12/15 15:32:35 by tmaze ### ########.fr #
# # # #
#******************************************************************************# #******************************************************************************#
@@ -46,13 +46,13 @@ d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
# Root password # Root password
d-i passwd/root-password-crypted password B17E1D12639B63F4710F52DA05FCCDA1279CB8F09D6D0C3B7C9C26AFEBAD4EC05449EBA831EED7FFC261BF4E452ACBCCE795EC8201EC10698FD711005B2534E4 d-i passwd/root-password-crypted password $6$q/jW0Ty/YB2GToBc$lrUOumE65VOKjMyoC.uSptldHNYkWfl6b/YyAvqZlDdOgUuYHKvhwMhXtkRV746TvgLCTpS4Nfmn/Dr4W8RIx0
# make a regular user # make a regular user
d-i passwd/make-user boolean true d-i passwd/make-user boolean true
d-i passwd/user-fullname string tanguy d-i passwd/user-fullname string tanguy
d-i passwd/username string tanguy d-i passwd/username string tanguy
d-i passwd/user-password-crypted password D1B7892B3E102C9D13E396A990CE98D4E6D37B68C7CDA59CD78F432A17EB07EB0F8688E2B8E3619B70CB4619038BD3BE1B40B68311B793F07BF132781B9334BE d-i passwd/user-password-crypted password $6$KgvQtUIVYT82CmSz$OJn2kCwDe7X1qSv5c0yN36iaPMxYwISXfUctuMd4NXAhu9kZfGSkP9rapdH8SM2WxTm9lpFsP4eDagbOSKP5/.
d-i passwd/user-default-groups tanguy cdrom floppy sudo audio dip video plugdev netdev d-i passwd/user-default-groups tanguy cdrom floppy sudo audio dip video plugdev netdev
# hardware clock is UTC, timezone is US/Eastern, use ntp to set clock # hardware clock is UTC, timezone is US/Eastern, use ntp to set clock
@@ -80,29 +80,29 @@ d-i partman-auto/choose_recipe select boot-lvm
# /var/log 4G ext4 # /var/log 4G ext4
# / 8G+ ext4 # / 8G+ ext4
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
boot-lvm :: \ boot-lvm :: \
954 954 954 linux-swap \ 954 954 954 linux-swap \
$lvmok{ } \ $lvmok{ } \
lv_name{ swap } in_vg { debian } \ lv_name{ swap } in_vg { debian } \
$primary{ } \ $primary{ } \
method{ swap } format{ } \ method{ swap } format{ } \
. \ . \
3815 3815 3815 ext4 \ 3815 3815 3815 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ root } in_vg { debian } \ lv_name{ root } in_vg { debian } \
$primary{ } \ $primary{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \ mountpoint{ / } \
. \ . \
1907 1907 -1 ext4 \ 1907 1907 -1 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ home } in_vg { debian } \ lv_name{ home } in_vg { debian } \
$primary{ } \ $primary{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /home } \ mountpoint{ /home } \
. \ . \
# remove any RAID partitioning # remove any RAID partitioning
d-i partman-md/device_remove_md boolean true d-i partman-md/device_remove_md boolean true