Anton Hvornum
9d4dca4cc2
Added gpicview as a default image viewer.
2018-11-20 22:03:01 +01:00
Anton Hvornum
b753207a5b
Unwanted drive definition on a test-mac.
2018-11-15 22:49:38 +01:00
Anton Hvornum
50eaa58ea1
Added a default file browser
...
See last commit. This one just fixed a missing comma.
2018-10-09 21:42:15 +02:00
Anton Hvornum
e9f3961f08
Added a file browser
...
Next step: pre-setup a wallpaper and the "start menu".
To make it easier for people to start off easy with a arch install.. and for myself..
2018-10-09 21:41:53 +02:00
Anton Hvornum
7a1c57d225
Added ttf-liberation since many apps require it
2018-10-09 21:38:09 +02:00
Anton Hvornum
0c27146f05
Fixed output success parsing
...
Some times cryptsetup added more info to the command line output.
2018-10-01 20:58:32 +02:00
Anton Hvornum
627de1d71a
Added link to pre-built ISO's
2018-06-25 08:12:30 +02:00
Anton Hvornum
3ff1e2e6cd
Logical miss on if statement.
2018-06-06 17:15:04 +02:00
Lord Anton Hvornum
96b8669b0a
Added two new features, --no-default parameter that halts the script instead of installing a default arch machine if no MAC-address profile was found for unattended installs. The second feature is the --profiles parameter that enables custom web-server paths when looking for profiles to deploy
2018-05-30 20:14:37 +02:00
Anton Hvornum
3f827eb56f
Debug: temporary output activation
2018-05-30 17:47:33 +02:00
Lord Anton Hvornum
022b375185
Rebased the deployment examples
2018-05-24 20:39:35 +02:00
Lord Anton Hvornum
225b0b6451
Updated README to reflect master not old branch net-deploy
2018-05-24 20:34:17 +02:00
Anton Hvornum
f853015448
Merge pull request #3 from Torxed/net-deploy
...
Network deployment features added.
2018-05-24 20:30:46 +02:00
Anton Hvornum
30010a418a
Merge branch 'master' into net-deploy
2018-05-24 20:30:14 +02:00
Lord Anton Hvornum
88aed64065
Updated the readme
2018-05-24 20:24:19 +02:00
Lord Anton Hvornum
252af79e3d
* New feature: deployment structure can now import/include other templates (Included templates will be installed first, since we'll assume those are baselines/requirements for slimmer deploy-structs)
...
* Deployment scripts strings now supports python string formatting, if parameter or is given as options to each command-line (TODO: Add as a global parameter as well, and treat all strings as formatable)
* Added two templates: workstation + 00:11:22:33:44:55, a example of how to set up a workstation using a template and a custom addition. Also added a default template that is similar to the workstation but does everything in one template. They all use some awk magic to fix alt-tab in Awesome WM, it also creates a "desktop" environment and installs some useful tools and fixes the start menu in Awesome WM.
* Reordering mirrors is now a configurable option (Default turned off, to better suit offline environments)
* Disk/root password now configurable as either a fixed string, or ask for via STDIN (Syntax for now is: )
* deployment targets now a variable (todo: add a parameter/argument)
* SSL support (ignores certificate validation for now, I know this is bad, but until a parameter etc is in place, this has to be a nessecary evil for now)
* Cleaned up a lot of custom variables and baked them into so it's easier to format strings based off information gathered along the way (such as partition names).
* Error handling: Mostly for missing dependencies and situations, such as not booted in UEFI environment
2018-05-24 20:09:51 +02:00
Anton Hvornum
4031af0759
Fixed git-clone when making the ArchIso
...
Seeing as the customize_airootfs.sh *sometimes* runs from /root, but sometimes doesn't, we need to make sure we're in /root before doing the git clone.
2018-05-13 23:23:43 +02:00
Anton Hvornum
51f7543b04
Fixed urllib in offline mode.
...
Apparently, urrlib throws different errors on the "same" issue. With ambiguous names at that.
2018-05-13 23:22:00 +02:00
Lord Anton Hvornum
3b07cf27e8
Merged master's changes of make_offline into this branch
2018-05-06 23:08:49 +02:00
Lord Anton Hvornum
d58bc36049
Merge branch 'master' into net-deploy
2018-05-06 23:07:41 +02:00
Anton Hvornum
a584d33c2a
Removed some mirror build specific instructions.
2018-05-06 23:02:48 +02:00
Lord Anton Hvornum
0629ed7a94
Added a addon script to build AUR packages into the live iso that's used to execute archinstall
2018-05-06 22:50:36 +02:00
Lord Anton Hvornum
87604b0af1
Added a addon script to build AUR packages into the live iso that's used to execute archinstall
2018-05-06 22:48:08 +02:00
Lord Anton Hvornum
97248e5c4c
Synced in changes from master. had a re-arrange issue. but other than that nothing much
2018-05-05 19:27:05 +02:00
Lord Anton Hvornum
bd53341450
Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' would occationally fail to clone into /root rendering the rest of the process invalid.
2018-05-05 19:25:03 +02:00
Lord Anton Hvornum
4001428149
Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' would occationally fail to clone into /root rendering the rest of the process invalid.
2018-05-05 19:20:14 +02:00
Lord Anton Hvornum
0fbebe6207
Merge branch 'master' into net-deploy
2018-05-05 19:15:05 +02:00
Lord Anton Hvornum
ba09d311a2
Fixed: nvme-drive support fixed. parted gives partition numbers, not the actual labels of devices. Hence, parted is scrapped and lsblk is used to determain partition names/labels instead.
2018-05-05 19:13:48 +02:00
Lord Anton Hvornum
8c6185710e
More debugging
2018-04-13 07:02:43 +02:00
Lord Anton Hvornum
d66c2fcbd1
More debugging
2018-04-13 06:55:09 +02:00
Lord Anton Hvornum
53bee19a99
More debugging
2018-04-13 06:54:22 +02:00
Anton Hvornum
3ab1d381d8
Update 08:00:27:6f:0c:25.json
2018-04-13 06:31:38 +02:00
Lord Anton Hvornum
57b619faea
Debugging
2018-04-13 06:28:34 +02:00
Lord Anton Hvornum
3156441797
Debugging
2018-04-13 06:13:38 +02:00
Lord Anton Hvornum
97daed0167
Fixing syntax errors
2018-04-12 23:04:39 +02:00
Lord Anton Hvornum
81df161ffc
Forgot to create the pdns user
2018-04-12 22:53:21 +02:00
Lord Anton Hvornum
c277b96345
Debugging
2018-04-12 22:34:08 +02:00
Lord Anton Hvornum
751a7c1ded
Added loading in the powerdns tables
2018-04-12 22:27:47 +02:00
Lord Anton Hvornum
722dd9643c
Need new-line for locale-gen to read the file
2018-04-12 22:18:16 +02:00
Lord Anton Hvornum
1c1a3490dd
Missing syntax in locale.gen
2018-04-12 21:32:58 +02:00
Lord Anton Hvornum
adfe5599d1
Restructured the reboot step, added locale.conf
2018-04-12 21:17:33 +02:00
Anton Hvornum
7e22e24636
Update 08:00:27:6f:0c:25.json
2018-04-12 20:04:48 +02:00
Anton Hvornum
f9f6f8a4a9
Update 08:00:27:6f:0c:25.json
2018-04-12 20:00:18 +02:00
Anton Hvornum
24216bde89
Update 08:00:27:6f:0c:25.json
2018-04-12 19:59:47 +02:00
Lord Anton Hvornum
1e9e091a7e
Testing pre-steps
2018-04-11 23:21:16 +02:00
Anton Hvornum
8535c10353
DNS Server
2018-04-11 23:02:08 +02:00
Anton Hvornum
d7bf058251
DNS + Database
2018-04-11 22:32:40 +02:00
Anton Hvornum
950f2ec3b8
Update 08:00:27:e0:e0:e6.json
2018-04-11 22:25:02 +02:00
Anton Hvornum
e23dd62409
Creating the first local mirror dependant client
2018-04-11 22:24:02 +02:00
Anton Hvornum
ecadddb3fc
Forgot a måsvinge.. fml
2018-04-08 15:57:03 +02:00