diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 16:50:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 16:50:14 -0400 |
| commit | d05acaf4177d68877ed2b49fc1d3ab255c8503f3 (patch) | |
| tree | 27e1493786604e7d4dcd1ed9c997cffc36ef92d2 | |
| parent | baa8e44f4b961f43238d153ed5e4e32d2116be71 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 3e4c5cea..a887bee0 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -96,7 +96,7 @@ darkstar = host "darkstar.kitenet.net" $ props [ (SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YoyHxZwG5Eg0yiMTJLSWJ/+dMM6zZkZiR4JJ0iUfP+tT2bm/lxYompbSqBeiCq+PYcSC67mALxp1vfmdOV//LWlbXfotpxtyxbdTcQbHhdz4num9rJQz1tjsOsxTEheX5jKirFNC5OiKhqwIuNydKWDS9qHGqsKcZQ8p+n1g9Lr3nJVGY7eRRXzw/HopTpwmGmAmb9IXY6DC2k91KReRZAlOrk0287LaK3eCe1z0bu7LYzqqS+w99iXZ/Qs0m9OqAPnHZjWQQ0fN4xn5JQpZSJ7sqO38TBAimM+IHPmy2FTNVVn9zGM+vN1O2xr3l796QmaUG1+XLL0shfR/OZbb joey@darkstar") ] & imageBuilt (RawDiskImage "/srv/test.img") - (hostChroot lime (Debootstrapped mempty)) + (hostChroot cubietruck (Debootstrapped mempty)) MSDOS [ partition EXT2 `mountedAt` "/boot" @@ -106,15 +106,10 @@ darkstar = host "darkstar.kitenet.net" $ props `setSize` MegaBytes 750 ] -sheevaplug :: Host -sheevaplug = host "sheevaplug.kitenet.net" $ props - & osDebian Unstable ARMEL - & marvell_SheevaPlug Marvell_SheevaPlug_SDCard - -lime :: Host -lime = host "lime.kitenet.net" $ props +cubietruck :: Host +cubietruck = host "cubietruck.kitenet.net" $ props & osDebian Unstable ARMHF - & olimex_A10_OLinuXino_LIME + & cubietech_Cubietruck gnu :: Host gnu = host "gnu.kitenet.net" $ props |
